home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # NewsTicker, my Hack for 1997
- #
- # TickerReadHeadlines.h - Handle the classes that do the dirty work.
- #
- ------------------------------------------------------------------------------*/
- #ifndef TICKERREADHEADLINES_H
- #define TICKERREADHEADLINES_H
-
- void FillTheHeadlines( sMyDataPtr gGlobalsPtr );
- void MaybeReload( sMyDataPtr gGlobalsPtr );
-
- void OpenItem(sMyDataPtr gGlobalsPtr, short whichitem);
- void InitInternetConfig(void);
- void LaunchURL(Str255 theURL);
-
- #endif //TICKERREADHEADLINES_H